home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Health'nstein's Body Fun
/
bodyfun.iso
/
mac
/
MAC MOVIE FOLDER
/
GYM.DIR
/
00040_Script_40
< prev
next >
Wrap
Text File
|
1994-10-12
|
169b
|
10 lines
on mouseDown
global WorkoutHours
if ClickButton() = true then
if WorkoutHours > 5 then
go to marker(1)
else
beep
end if
end if
end